projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1872f
)
dropdown: Connect a forgotten signal handler
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 5 Jun 2020 18:26:30 +0000
(14:26 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 5 Jun 2020 18:34:38 +0000
(14:34 -0400)
The code was exporting a search_stop function, but
the ui file didn't connect it to the ::stop-search
signal. Fix that.
gtk/ui/gtkdropdown.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkdropdown.ui
b/gtk/ui/gtkdropdown.ui
index 08305533a09e08c6d67460ab0a4660d20ce15ab4..650d159e4e13dc674faa0b4db34f1707dc7cd1e6 100644
(file)
--- a/
gtk/ui/gtkdropdown.ui
+++ b/
gtk/ui/gtkdropdown.ui
@@
-52,6
+52,7
@@
<child>
<object class="GtkSearchEntry" id="search_entry">
<signal name="search-changed" handler="search_changed"/>
+ <signal name="stop-search" handler="search_stop"/>
<property name="visible">0</property>
<property name="placeholder-text" translatable="yes">Search…</property>
</object>